home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / dev / amos / AMOSList-0998.lzh / AMOSLIST / 000391_bounce-amos-lis…et@onelist.com_Tue Sep 29 03:40:43 1998.msg < prev    next >
Text File  |  1998-10-01  |  3KB  |  54 lines

  1. >From bounce-amos-list--1263-mcox=access.digex.net@onelist.com  Tue Sep 29 03:40:43 1998
  2. Received: from onelist.com (pop.onelist.com [209.207.135.229])
  3.     by pony-1.mail.digex.net (8.8.8/8.8.8) with SMTP id DAA10543
  4.     for <mcox@access.digex.net>; Tue, 29 Sep 1998 03:40:43 -0400 (EDT)
  5. Received: (qmail 14309 invoked by alias); 29 Sep 1998 07:38:11 -0000
  6. Received: (qmail 14222 invoked from network); 29 Sep 1998 07:38:06 -0000
  7. Received: from unknown (HELO isis.univ-lille2.fr) (193.51.139.40) by pop.onelist.com with SMTP; 29 Sep 1998 07:38:06 -0000
  8. Received: from hp-sc.univ-lille2.fr ([194.167.255.12]) by isis.univ-lille2.fr (Netscape Messaging Server 3.52) with ESMTP id AAA3BC7 for <amos-list@onelist.com>; Tue, 29 Sep 1998 09:41:58 +0100
  9. Message-ID: <36109CCA.B64BE589@hp-sc.univ-lille2.fr>
  10. Date: Tue, 29 Sep 1998 09:39:38 +0100
  11. From: "floquet" <floquet@hp-sc.univ-lille2.fr>
  12. X-Mailer: Mozilla 4.05 [fr] (Win95; I)
  13. To: amos-list@onelist.com
  14. References: <003f01bdeb33$b09d4c00$c43aac3e@np5gt>
  15. Mailing-List: list amos-list@onelist.com; contact http://www.onelist.com
  16. Delivered-To: mailing list amos-list@onelist.com
  17. Precedence: bulk
  18. Reply-to: amos-list@onelist.com
  19. Mime-Version: 1.0
  20. Content-Type: text/plain; charset=us-ascii
  21. Content-Transfer-Encoding: 7bit
  22. Subject: [amos-list] Re: Dim array() problem.
  23. Status: O
  24. X-Status: 
  25.  
  26. From: "floquet" <floquet@hp-sc.univ-lille2.fr>
  27.  
  28. > Yep! I try no to use Arrays if i can help it... but instead of using the
  29. > Amos reserve bank why no use a call and reserve memory through the propper
  30. > channels... its a lot better! I don't have the right call on me right now
  31. > but i'll be back!
  32.  
  33. AMOS seems to hate big arrays. I had a problem some monthes ago, with a
  34. prog that freezed a certain time, with no reason.
  35. I used a "reasonable" DIM, something like DIM A$(9000), with
  36. LEN(A$(x))<10  for every 'x'.
  37. I replaced the DIM with a RESERVE AS WORK blablabla... it works fine,
  38. now.
  39.  
  40. Another advantage of using RESERVE instead of DIM is that you don't need
  41. to SET a huge BUFFER, allowing you to use the amount of memory wisely,
  42. with no waste.
  43.  
  44. -- 
  45.  +____________        +____  
  46.  /____   ____/\       /   /  
  47.  \___/  __/\_\/ *____/   / AMIGA
  48.     /__/\_\/     \  /   / POWER   
  49.     \__\/         \/___/INSIDE
  50.  
  51. ------------------------------------------------------------------------
  52. Help support ONElist, while generating interest in your product or
  53. service. ONElist has a variety of advertising packages. Visit
  54. http://www.onelist.com/advert.html for more information.